type go.uber.org/zap/zapcore.hooked

9 uses

	go.uber.org/zap/zapcore (current package)
		hook.go#L25: type hooked struct {
		hook.go#L31: 	_ Core           = (*hooked)(nil)
		hook.go#L32: 	_ leveledEnabler = (*hooked)(nil)
		hook.go#L42: 	return &hooked{
		hook.go#L48: func (h *hooked) Level() Level {
		hook.go#L52: func (h *hooked) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
		hook.go#L62: func (h *hooked) With(fields []Field) Core {
		hook.go#L63: 	return &hooked{
		hook.go#L69: func (h *hooked) Write(ent Entry, _ []Field) error {